(display-time-day-and-date): Use defvar, not defconst.
authorRichard M. Stallman <rms@gnu.org>
Thu, 27 May 1993 04:04:28 +0000 (04:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 27 May 1993 04:04:28 +0000 (04:04 +0000)
lisp/time.el

index 492552431eb397a3bf8c0dd76335960842b983d5..a1827f644a5bfed6bcfb30384b42b9ae25dd5594 100644 (file)
@@ -32,7 +32,7 @@
 Default is system-dependent, and is the same as used by Rmail.")
 
 ;;;###autoload
-(defconst display-time-day-and-date nil "\
+(defvar display-time-day-and-date nil "\
 *Non-nil means \\[display-time] should display day and date as well as time.")
 
 (defvar display-time-process nil)